home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Snippets / Toolbox / SoundLevel / About SoundLevel next >
Encoding:
Text File  |  1992-07-15  |  958 b   |  28 lines  |  [TEXT/ttxt]

  1.     SoundLevel
  2.     
  3.     Ken Bereskin
  4.     March 30, 1992
  5.     
  6.     A simple application that meters the sound input level on the microphone using
  7.     a display much like a VCR peak-hold bar meter.
  8.     
  9.     Its a fun app to use up those wasted background cycles and seems to amuse
  10.     people to no end. At 40k, its not a major memory hog so pop it in your Startup
  11.     Items folder and enjoy.
  12.     
  13.     The About Box introduces a new power user short cut! Clap hard enough to raise
  14.     the sound threshold ≈ 95% of maximum and the dialog will dismiss. No need to reach
  15.     and strain for that enter key anymore!
  16.     
  17.     Caveats:
  18.         • Not much error checking.
  19.         • Too many globals.
  20.         • Saves the window position back to the app resource fork.
  21.         • Requires a Sound Input Device (MacRecorder will do just fine)
  22.         • It keeps the sound input device open with r/w so you won’t be able
  23.           to use other sound input apps unless you quit.
  24.     
  25.     Have fun and let me know what you think.      
  26.     
  27.     Copyright ©1992 Apple Canada Inc.
  28.